Red, White & You
Speedhack 2011 entry by allefant aka elias

The speedhack rules:

- ESRB rating: E since nobody dies
- Random: Really everything is random.
- Propaganda: Can you figure it out?
- Color: The color of walls helps you win the game.
- Chameleon: I opted out of the laziness rule... even though I have
  some good ideas for it now, but out of time.

How to play:

- Cursor keys to move
- Hover above a coke bottle to pick it up. Pick up all bottles to win.
- Follow red walls to find the bottles.

How to run it:

You need the following dependencies:

- Python 3
- Allegro 5
- Pymunk

See the start.py for how I set up the paths here, putting allegro and
chipmunk into sub-folders and adding them to sys.path. Also the
.so/.dll/.dylib files need to be placed so they can be found.

I'll try to make binaries using cxfreeze in the next days.
